projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc17a10
)
* src/haikuselect.c (Fhaiku_drag_message): Clear display grab after drag ends.
author
Po Lu
<luangruo@yahoo.com>
Thu, 17 Mar 2022 09:14:53 +0000
(09:14 +0000)
committer
Po Lu
<luangruo@yahoo.com>
Thu, 17 Mar 2022 09:14:53 +0000
(09:14 +0000)
src/haikuselect.c
patch
|
blob
|
history
diff --git
a/src/haikuselect.c
b/src/haikuselect.c
index 322e01f7918d253d80a13b5ea033702d068aebaa..7474ff12327f77216dd6449c3ca17625c7946a93 100644
(file)
--- a/
src/haikuselect.c
+++ b/
src/haikuselect.c
@@
-522,6
+522,7
@@
drag will originate. */)
be_drag_message (FRAME_HAIKU_VIEW (f), be_message,
block_input, unblock_input,
process_pending_signals);
+ FRAME_DISPLAY_INFO (f)->grabbed = 0;
return unbind_to (idx, Qnil);
}